Fix includes. (gdk_pixbuf_get_from_drawable): Implemented the zillion
authorFederico Mena Quintero <federico@redhat.com>
Wed, 8 Dec 1999 21:17:53 +0000 (21:17 +0000)
committerArturo Espinosa <unammx@src.gnome.org>
Wed, 8 Dec 1999 21:17:53 +0000 (21:17 +0000)
commitc6f25c2de84d01246024342621ed70d6a0f8756d
tree63dd498c325181fb4f9a6632eae832f9c1815d59
parenta70843bab2e7bfd6f35e7efa702561b30bcf47b3
Fix includes. (gdk_pixbuf_get_from_drawable): Implemented the zillion

1999-12-08  Federico Mena Quintero  <federico@redhat.com>

* gdk-pixbuf/gdk-pixbuf-drawable.c: Fix includes.
(gdk_pixbuf_get_from_drawable): Implemented the zillion sanity
checks and API definition.  The body needs filling in and it needs
to do the Right Thing(tm) for pixmaps plus the given colormap and
windows and their own colormaps.

* gdk-pixbuf/gdk-pixbuf.h: Added prototype for
gdk_pixbuf_get_from_drawable().  Killed gdk-pixbuf-drawable.h.

* gdk-pixbuf/Makefile.am: Re-added the gdk-pixbuf-drawable sources.

* doc/tmpl/from-drawables.sgml: Populated.

* doc/gdk-pixbuf.sgml: Added the from-drawables section.

* doc/Makefile.am (tmpl_sources): Added tmpl/from-drawables.sgml.

* doc/gdk-pixbuf-sections.txt: Added a section for getting pixbufs
from drawables.
docs/reference/gdk-pixbuf/Makefile.am
docs/reference/gdk-pixbuf/gdk-pixbuf-sections.txt
docs/reference/gdk-pixbuf/gdk-pixbuf.sgml
docs/reference/gdk-pixbuf/tmpl/from-drawables.sgml [new file with mode: 0644]
docs/reference/gdk-pixbuf/tmpl/rendering.sgml
docs/reference/gdk-pixbuf/tmpl/util.sgml
gdk-pixbuf/ChangeLog
gdk-pixbuf/Makefile.am
gdk-pixbuf/gdk-pixbuf-drawable.h [deleted file]
gdk-pixbuf/gdk-pixbuf.h
gdk/gdkpixbuf-drawable.c